This macro provides information to the programming environment. It must be used in the implementation file of the class, as an argument to one of the \fB...MetaImpl...\fP macros. It tells the programming environment the name of an instance variable which is a dynamically growing array and the name of an instance variable which gives the current size of the array.
macro \fBTV\fP is sometimesused.
.SH ARGUMENTS
.TP
\fBname dynamicArray
.br
Name of an instance variable which is a dynamically growing array.
.TP
\fBname length
.br
Name of an instance variable which gives the current number of elements in \fBdynamicArray\fP.
.SH CATEGORIES
.na
metaclass
.ad b
.SH FILES
.PD 0
.TP 20
declaration:
\fBClass.h
.SH HISTORY
joe@csesbg.at Mon Jun 17 19:47 1991 reworked
.br
joe@csesbg.at Wed Jun 19 18:24 1991 added IsKindOf, Guard